home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_104962.txt < prev    next >
Text File  |  1987-11-25  |  617b  |  28 lines

  1. -- card: 104962 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. CommandKey
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. the commandKey
  15. the cmdKey
  16.  
  17. Returns "down"  if the Command key is pressed, 
  18. "up" if not.  Usually used with "if".  "cmdKey" is an abbreviation.
  19.  
  20. if the commandKey is down then exit mouseUp
  21.                 -- don't do the rest of this message 
  22.                 -- if the Command key is down
  23.  
  24. if the cmdKey is up then pass mouseUp
  25.  
  26. -- part contents for background part 43
  27. ----- text -----
  28. 337,169